1 Release Notes
Presto自0.242.1以来与Hudi直接相关的变更
0.258
Hive Changes
- Add support for allowing to match columns between table and partition schemas by names for HUDI tables. This is enabled when configuration property
hive.parquet.use-column-namesor the hive catalog session propertyparquet_use_column_namesis set totrue. By default they are mapped by index.
0.262
Hive Changes
- Fix issue while reading Apache HUDI tables when
PrestoFileSystemCacheis refreshed. The issue occurs becauseHoodieROTablePathFilteris cached with defaultConfigurationobject (#16611).
0.265
Hive Changes
- Upgrade Hudi support to 0.9.0.
2 Code Commits
| 时间 | 作者 | 内容 |
|---|---|---|
| 2021/12/9, 6:42 下午 | Sagar Sumit | Improve listing performance of Hudi tables |
| 2022/1/7, 10:32 上午 | Costin V Cozianu | Revert “Improve listing performance of Hudi tables” |
| 2021/12/9, 6:42 下午 | Sagar Sumit | Improve listing performance of Hudi tables |
| 2021/9/8, 9:09 下午 | Sagar Sumit | Make Hudi bootstrap table use custom split. Implemented custom split converters for Hudi BootstrapBaseFileSplit and RealtimeBootstrapBaseFileSplit. |
| 2021/10/15, 3:34 下午 | Sagar Sumit | Upgrading Hudi to version 0.9.0 and fix a breaking changes with the update. |
| 2021/6/25, 4:58 下午 | Jalpreet Singh Nanda | Add support for partition schema evolution for HUDI tables |